Blazor コントロール
InsertRangeAsync メソッド (ISupportRangeEditing<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportRangeEditing<T> インターフェース : InsertRangeAsync メソッド
The index where the item will be inserted.
The items to be inserted.
The cancellation token.
Inserts the specified items at the specified startingIndex in the collection.
シンタックス
'宣言
 
Function InsertRangeAsync( _
   ByVal startingIndex As System.Integer, _
   ByVal items As System.Collections.Generic.IEnumerable(Of T), _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of Integer)
System.Threading.Tasks.Task<int> InsertRangeAsync( 
   System.int startingIndex,
   System.Collections.Generic.IEnumerable<T> items,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

startingIndex
The index where the item will be inserted.
items
The items to be inserted.
cancellationToken
The cancellation token.
参照

ISupportRangeEditing<T> インターフェース
ISupportRangeEditing<T> メンバ